home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / pc / ABUSESRC.ZIP / AbuseSrc / imlib / port / mac / defines.h next >
Encoding:
C/C++ Source or Header  |  1996-04-11  |  160 b   |  10 lines

  1. #ifndef DEFINES_H
  2. #define DEFINES_H
  3.  
  4. #include <MacHeaders.h>
  5. #define MANAGE_MEM
  6. #define MEM_CHECK
  7.  
  8. #define H() printf("Reached %d.\n",__LINE__)
  9.  
  10. #endif